Conversation
Co-authored-by: skerbis <791247+skerbis@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive documentation for GitHub Personal Access Token permissions to address user confusion about required token permissions. The documentation clarifies which specific permissions are needed and which are not required.
- Expanded token documentation from 3 to 48 lines in README.md with detailed permission requirements
- Added new translation keys in both German and English language files for enhanced token guidance
- Updated settings page to display additional token creation instructions
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Comprehensive expansion of GitHub token section with detailed permission requirements and security best practices |
| lang/de_de.lang | Added German translations for enhanced token help text and creation instructions |
| lang/en_gb.lang | Added English translations for enhanced token help text and creation instructions |
| pages/settings.php | Updated to display additional token creation guidance in the admin interface |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
nicht classic oder? fine granted @copilot |
…kens Co-authored-by: skerbis <791247+skerbis@users.noreply.github.com>
Richtig, habe die Dokumentation auf fine-grained tokens umgestellt. Diese sind sicherer und moderner als classic tokens. Die erforderlichen Berechtigungen sind jetzt:
Commit: 2c0b1db → [aktualisiert] |
Problem
Benutzer waren unsicher, welche Berechtigungen für GitHub Personal Access Tokens erforderlich sind. Die bisherige Dokumentation war zu knapp und ließ viele Fragen offen, insbesondere:
Lösung
Diese PR fügt umfassende Dokumentation zu GitHub Token Berechtigungen hinzu und verwendet die modernen Fine-grained tokens (empfohlener Standard):
README.md
Erweitert die Token-Sektion von 3 auf 48 Zeilen mit:
Read-only(zum Installieren) oderRead and write(zum Hochladen)Read-only(automatisch gesetzt)Sprachdateien (de_de.lang & en_gb.lang)
github_token_helpmit Fine-grained token Berechtigungsanforderungengithub_token_create_infomit Navigationspfad zu Fine-grained tokensSettings-Seite (pages/settings.php)
Ergebnis
Benutzer haben jetzt:
Fixes Issue über Token-Berechtigungen
Fixes #2
Original prompt
Fixes #2
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.